-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DBTypes that are missing for TypeMapping #6463
Conversation
Thank you. Please add a functional test that covers your issue. |
There was anything wrong with codecov
maybe restart the checks? |
It's a known issue: codecov/codecov-action#1487 |
* 3.9.x: fix doctrine#6198: stop considering generated column definition as being its default value (doctrine#6199) Fix condition on Ascii String for SQL Server (doctrine#6389) Add DBTypes that are missing for TypeMapping (doctrine#6463)
* 3.9.x: fix doctrine#6198: stop considering generated column definition as being its default value (doctrine#6199) Fix condition on Ascii String for SQL Server (doctrine#6389) Add DBTypes that are missing for TypeMapping (doctrine#6463)
* 3.9.x: fix doctrine#6198: stop considering generated column definition as being its default value (doctrine#6199) Fix condition on Ascii String for SQL Server (doctrine#6389) Add DBTypes that are missing for TypeMapping (doctrine#6463)
* 4.1.x: Prepare 3.9.0 and 4.1.0 (#6492) Deprecate support for Postgres 10 and 11 (#6495) Document the new PostgreSQL120Platform (#6494) fix #6198: stop considering generated column definition as being its default value (#6199) Fix condition on Ascii String for SQL Server (#6389) Add DBTypes that are missing for TypeMapping (#6463)
Summary
We've got error because of missing DBTypes on SQLSRV. "Unknown database type sysname requested, Doctrine\DBAL\Platforms\SQLServer2012Platform may not support it.". Once for 'sysname' and for 'xml'.